get

abstract fun get(): T

Gets the value of a Success or throw an exception from a Failure.

Return

Value of a Success.

Throws